HTTP request helps user send instructions to web-server
Created: 2022-09-23
A method that defines the required action needed for a webserver to perform The following are the methods sent with HTTP Request
GET Method - gets a specific resource
An alternative of get: HEAD Method - gets metadata info:
POST Method - CREATES a new resource
PUT Method - UPDATES an existing resource:
DELETE Method